Uninstalling the Client Software from Client Computers
To remove Apple Remote Desktop client software from Mac OS X clients, you need to remove a number of software components from each client system.
|
WARNING: It is not recommended that you uninstall the client software. Disabling the client software is sufficient to stop Apple Remote Desktop system activity. See Disabling the Client Software for instructions. |
- Open Terminal (located in /Applications/Utilities).
- Delete the client pieces from /System/Library/ using the following commands in the Terminal application:
- $ sudo rm -rf /System/Library/CoreServices/Menu\ Extras/RemoteDesktop.menu
- $ sudo rm -rf /System/Library/CoreServices/RemoteManagement/
- $ sudo rm -rf /System/Library/PreferencePanes/ARDPref.prefPane
- $ sudo rm -rf /System/Library/StartupItems/RemoteDesktopAgent/
- $ sudo rm -rf /System/Library/CoreServices/RemoteManagement/
- $ sudo rm -rf /System/Library/CoreServices/Menu\ Extras/RemoteDesktop.menu
- Delete the client preferences from /Library/Preferences/ using the following command in the Terminal application:
- $ sudo rm /Library/Preferences/com.apple.ARDAgent.plist
- $ sudo rm /Library/Preferences/com.apple.RemoteManagement.plist
- $ sudo rm /Library/Preferences/com.apple.ARDAgent.plist
- Delete the client installation receipts from /Library/Receipts/ using the following command in the Terminal application:
- $ sudo rm -r /Library/Receipts/RemoteDesktopClient*
- $ sudo rm -rf /var/db/RemoteManagement/
- $ sudo rm -r /Library/Receipts/RemoteDesktopClient*